home *** CD-ROM | disk | FTP | other *** search
- Back to MENU
- Back to FUNCTIONS
-
- Headers
- -------
-
- General:
-
- The Header codes inform the browser which size to display the text.
- AWebEd allows you to use three sizes of header. There are in fact
- six, but the other three are fairly superfluous. The header sizes
- you can select are Large (<H1> </H1>), Medium (<H2> </H2>) and
- small (<H3> </H3>)
-
- Syntax:
-
- <Hx> [Text] <Hx>
-
- "x" is an integer between and inclusive of 1 and 6. The string
- [text] is displayed in the header size prescribed by "x".
-
- Use:
-
- 1 - SELECT the text to be made into a header.
- 2 - Double click on the appropriate "Header" item. The relevant
- tags will be inserted.
-
- Example:
-
- <H1> The Winny the Pooh Home Page </H1>
- <H2> About A.A. Milne. </H2>
- <H3> A.A. Milne's writings. </H3>
-